'Declaration
Public Overloads Shared Function GroupAsync(Of T As Class)( _ ByVal dataCollection As IDataCollection(Of T), _ ByVal groupDescriptions() As GroupDescription _ ) As Task
public static Task GroupAsync<T>( IDataCollection<T> dataCollection, GroupDescription[] groupDescriptions ) where T: class
Parameters
- dataCollection
- The data collection.
- groupDescriptions
- The group descriptions that determine how the data will be grouped.
Type Parameters
- T